manpage: Add separate manpages for each command
authorAnne LoVerso <aelv13@gmail.com>
Tue, 17 Jun 2014 19:24:08 +0000 (15:24 -0400)
committerColin Walters <walters@verbum.org>
Mon, 23 Jun 2014 20:02:37 +0000 (16:02 -0400)
commit9cb9a31b4f516d01370ccfcfc1213d558ac0f441
tree40af3ba363433f0057383d40be3f131c6a4f333b
parent40f99f764e9c7be5e4ee49fdcf7cf1af1b4afa2d
manpage: Add separate manpages for each command

Using docker as a model, this update creates separate manpages
for each OSTree command, such that the main manpage is not
cluttered and the separate pages can provide more in-depth detail
and exanples that might be useful to a user.  Each page includes
synopsis, description, example, and a list of options if needd.
This update also alphabetizes the usage error output for ostree
and ostree admin so that it matches the list on the manpage.
35 files changed:
doc/Makefile.am
doc/ostree-admin-cleanup.xml [new file with mode: 0644]
doc/ostree-admin-config-diff.xml [new file with mode: 0644]
doc/ostree-admin-deploy.xml [new file with mode: 0644]
doc/ostree-admin-init-fs.xml [new file with mode: 0644]
doc/ostree-admin-instutil.xml [new file with mode: 0644]
doc/ostree-admin-os-init.xml [new file with mode: 0644]
doc/ostree-admin-status.xml [new file with mode: 0644]
doc/ostree-admin-switch.xml [new file with mode: 0644]
doc/ostree-admin-undeploy.xml [new file with mode: 0644]
doc/ostree-admin-upgrade.xml [new file with mode: 0644]
doc/ostree-admin.xml [new file with mode: 0644]
doc/ostree-cat.xml [new file with mode: 0644]
doc/ostree-checkout.xml [new file with mode: 0644]
doc/ostree-checksum.xml [new file with mode: 0644]
doc/ostree-commit.xml [new file with mode: 0644]
doc/ostree-config.xml [new file with mode: 0644]
doc/ostree-diff.xml [new file with mode: 0644]
doc/ostree-fsck.xml [new file with mode: 0644]
doc/ostree-init.xml [new file with mode: 0644]
doc/ostree-log.xml [new file with mode: 0644]
doc/ostree-ls.xml [new file with mode: 0644]
doc/ostree-prune.xml [new file with mode: 0644]
doc/ostree-pull-local.xml [new file with mode: 0644]
doc/ostree-pull.xml [new file with mode: 0644]
doc/ostree-refs.xml [new file with mode: 0644]
doc/ostree-remote.xml [new file with mode: 0644]
doc/ostree-reset.xml [new file with mode: 0644]
doc/ostree-rev-parse.xml [new file with mode: 0644]
doc/ostree-show.xml [new file with mode: 0644]
doc/ostree-static-delta.xml [new file with mode: 0644]
doc/ostree-trivial-httpd.xml [new file with mode: 0644]
doc/ostree.xml
src/ostree/main.c
src/ostree/ot-builtin-admin.c